home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 129
- Top = 18
- Width = 699
- Height = 558
- Caption = 'Your Uninstaller!'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 512
- Width = 691
- Height = 19
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Panels = <
- item
- Text = 'Your Uninstaller! 2003 Version 3'
- Width = 180
- end
- item
- Width = 300
- end
- item
- Alignment = taCenter
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- Text = '*Unregistered Version*'
- Width = 100
- end>
- SimplePanel = False
- UseSystemFont = False
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 691
- Height = 512
- ActivePage = TabSheet1
- Align = alClient
- TabIndex = 0
- TabOrder = 1
- TabPosition = tpBottom
- OnChange = PageControl1Change
- OnChanging = PageControl1Changing
- object TabSheet1: TTabSheet
- Caption = 'Smart Uninstaller'
- end
- object TabSheet2: TTabSheet
- Caption = 'Startup Organizer'
- ImageIndex = 1
- end
- end
- object ActionList1: TActionList
- Left = 288
- Top = 184
- object HelpContextAction: TAction
- Caption = 'Help'
- ShortCut = 112
- OnExecute = HelpContextActionExecute
- end
- object ExitAction: TAction
- Caption = 'Exit'
- OnExecute = ExitActionExecute
- end
- object PurchaseAction: TAction
- Caption = 'Purchase'
- OnExecute = PurchaseActionExecute
- end
- object EnterCodeAction: TAction
- Caption = 'Enter code...'
- OnExecute = EnterCodeActionExecute
- end
- object RecommendAction: TAction
- Caption = 'Recommend to friends'
- OnExecute = RecommendActionExecute
- end
- object AboutAction: TAction
- Caption = 'About'
- OnExecute = AboutActionExecute
- end
- object VisitHomeAction: TAction
- Caption = 'Home'
- OnExecute = VisitHomeActionExecute
- end
- end
- object HttpCli1: THttpCli
- LocalAddr = '0.0.0.0'
- ProxyPort = '80'
- Agent = '(X-VALIDATOR)'
- Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
- NoCache = False
- ContentTypePost = 'application/x-www-form-urlencoded'
- MultiThreaded = False
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 144
- Top = 256
- end
- object Timer1: TTimer
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 168
- Top = 96
- end
- object HelpMenu: TPopupMenu
- AutoHotkeys = maManual
- Left = 136
- Top = 208
- object HelpContext1: TMenuItem
- end
- object Visitoursite1: TMenuItem
- AutoHotkeys = maAutomatic
- Caption = 'Visit our site'
- end
- object MagicUninstall1: TMenuItem
- Caption = 'Magic Uninstall'
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Suggesttoyourfriend1: TMenuItem
- Caption = 'Suggest to friend'
- Default = True
- end
- object PurchaseItem: TMenuItem
- Caption = 'Purchase...'
- end
- object RegisterItem: TMenuItem
- Caption = 'Enter Code'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object About1: TMenuItem
- Caption = 'About'
- end
- end
- end
-